-
Notifications
You must be signed in to change notification settings - Fork 160
Combo/SimpleCombo/DatePicker aria-required properties addition - 20.0.x #16047
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…/github.com/IgniteUI/igniteui-angular into sstoychev/bypassing-input-required-logic-20
| <ng-content select="igx-hint, [igxHint]"></ng-content> | ||
| </ng-container> | ||
| <input igxInput #comboInput name="comboInput" type="text" [value]="displayValue" readonly | ||
| [required]="required" [attr.aria-required]="required" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| [required]="required" [attr.aria-required]="required" | |
| [required]="required" |
IMO this is clutter, since the required attribute on a native input element semantically does the same thing.
| </ng-container> | ||
|
|
||
| <input #comboInput igxInput [value]="displayValue" role="combobox" | ||
| [required]="required" [attr.aria-required]="required" [externalValidate]="externalValidate" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See previous comment
|
20.0.x received its last patch and will no longer be supported. |
Closes #16000
Closes #15837
Additional information (check all that apply):
Checklist:
feature/README.MDupdates for the feature docsREADME.MDCHANGELOG.MDupdates for newly added functionalityng updatemigrations for the breaking changes (migrations guidelines)